reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/PointerIntPair.h
   53   PointerIntPair(PointerTy PtrVal, IntType IntVal) {
   61   IntType getInt() const { return (IntType)Info::getInt(Value); }
   67   void setInt(IntType IntVal) LLVM_LVALUE_FUNCTION {
   75   void setPointerAndInt(PointerTy PtrVal, IntType IntVal) LLVM_LVALUE_FUNCTION {
tools/clang/include/clang/Basic/SourceManager.h
   82   inline bool isSystem(CharacteristicKind CK) {
   87   inline bool isModuleMap(CharacteristicKind CK) {
  269     llvm::PointerIntPair<const ContentCache*, 3, CharacteristicKind>
  279                         CharacteristicKind FileCharacter, StringRef Filename) {
  299     CharacteristicKind getFileCharacteristic() const {
  832                       SrcMgr::CharacteristicKind FileCharacter,
  842                       SrcMgr::CharacteristicKind FileCharacter,
  856                       SrcMgr::CharacteristicKind FileCharacter = SrcMgr::C_User,
  872                       SrcMgr::CharacteristicKind FileCharacter = SrcMgr::C_User,
  883                            SrcMgr::CharacteristicKind FileCharacter) {
 1430   SrcMgr::CharacteristicKind getFileCharacteristic(SourceLocation Loc) const;
 1550                    SrcMgr::CharacteristicKind FileKind);
 1829                       SrcMgr::CharacteristicKind DirCharacter, int LoadedID,
tools/clang/include/clang/Basic/SourceManagerInternals.h
   44   SrcMgr::CharacteristicKind FileKind;
   53                        SrcMgr::CharacteristicKind FileKind,
  112                    unsigned EntryExit, SrcMgr::CharacteristicKind FileKind);
tools/clang/include/clang/Lex/DirectoryLookup.h
   69   DirectoryLookup(DirectoryEntryRef Dir, SrcMgr::CharacteristicKind DT,
   76   DirectoryLookup(const HeaderMap *Map, SrcMgr::CharacteristicKind DT,
  133   SrcMgr::CharacteristicKind getDirCharacteristic() const {
tools/clang/include/clang/Lex/HeaderSearch.h
  429   SrcMgr::CharacteristicKind getFileDirFlavor(const FileEntry *File) {
tools/clang/include/clang/Lex/PPCallbacks.h
   48                            SrcMgr::CharacteristicKind FileType,
   62                            SrcMgr::CharacteristicKind FileType) {}
  131                                   SrcMgr::CharacteristicKind FileType) {
  311                           SrcMgr::CharacteristicKind FileType) {}
  386                    SrcMgr::CharacteristicKind FileType,
  393                    SrcMgr::CharacteristicKind FileType) override {
  409                           SrcMgr::CharacteristicKind FileType) override {
  493                   SrcMgr::CharacteristicKind FileType) override {
tools/clang/include/clang/Lex/PreprocessingRecord.h
  536                             SrcMgr::CharacteristicKind FileType) override;
tools/clang/lib/Basic/SourceManager.cpp
  245                                 SrcMgr::CharacteristicKind FileKind) {
  313                                 SrcMgr::CharacteristicKind FileKind) {
  568                                    SrcMgr::CharacteristicKind FileCharacter,
 1403 SrcMgr::CharacteristicKind
tools/clang/lib/CodeGen/MacroPPCallbacks.cpp
  159                                    SrcMgr::CharacteristicKind FileType,
  172     SrcMgr::CharacteristicKind FileType) {
tools/clang/lib/CodeGen/MacroPPCallbacks.h
   98                    SrcMgr::CharacteristicKind FileType,
  107                           SrcMgr::CharacteristicKind FileType) override;
tools/clang/lib/Frontend/CompilerInstance.cpp
  825   SrcMgr::CharacteristicKind Kind =
tools/clang/lib/Frontend/DependencyFile.cpp
   41                    SrcMgr::CharacteristicKind FileType,
   63                    SrcMgr::CharacteristicKind FileType) override {
   77                           SrcMgr::CharacteristicKind FileType) override {
   87                   SrcMgr::CharacteristicKind FileType) override {
tools/clang/lib/Frontend/DependencyGraph.cpp
   53                           SrcMgr::CharacteristicKind FileType) override;
   78     SrcMgr::CharacteristicKind FileType) {
tools/clang/lib/Frontend/FrontendAction.cpp
  782       auto Kind = CurrentModule->IsSystem ? SrcMgr::C_System : SrcMgr::C_User;
tools/clang/lib/Frontend/HeaderIncludeGen.cpp
   46                    SrcMgr::CharacteristicKind FileType,
  130                                        SrcMgr::CharacteristicKind NewFileType,
tools/clang/lib/Frontend/InitHeaderSearch.cpp
  148   SrcMgr::CharacteristicKind Type;
tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
   53                           SrcMgr::CharacteristicKind FileType) override {
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
   90   SrcMgr::CharacteristicKind FileType;
  126                    SrcMgr::CharacteristicKind FileType,
  133                           SrcMgr::CharacteristicKind FileType) override;
  261                                        SrcMgr::CharacteristicKind NewFileType,
  335     SrcMgr::CharacteristicKind FileType) {
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
   33     SrcMgr::CharacteristicKind FileType;
   35     IncludedFile(FileID Id, SrcMgr::CharacteristicKind FileType,
   60   void Process(FileID FileId, SrcMgr::CharacteristicKind FileType,
   73                    SrcMgr::CharacteristicKind FileType,
   76                    SrcMgr::CharacteristicKind FileType) override;
   82                           SrcMgr::CharacteristicKind FileType) override;
   88                      SrcMgr::CharacteristicKind FileType,
  121                                       SrcMgr::CharacteristicKind FileType,
  158                                     SrcMgr::CharacteristicKind NewFileType,
  178                                     SrcMgr::CharacteristicKind /*FileType*/) {
  200                                            SrcMgr::CharacteristicKind FileType){
  380                                 SrcMgr::CharacteristicKind FileType,
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
   68                    SrcMgr::CharacteristicKind FileType,
tools/clang/lib/Lex/ModuleMap.cpp
 2976     auto FileCharacter =
tools/clang/lib/Lex/PPDirectives.cpp
 1213   SrcMgr::CharacteristicKind FileKind =
 1227                                 SrcMgr::CharacteristicKind &FileKind,
 1323   SrcMgr::CharacteristicKind FileKind = SrcMgr::C_User;
 2035   SrcMgr::CharacteristicKind FileCharacter =
tools/clang/lib/Lex/PPLexerChange.cpp
  117     SrcMgr::CharacteristicKind FileType =
  466       SrcMgr::CharacteristicKind FileType =
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1218     SrcMgr::CharacteristicKind FileType = SrcMgr::C_User;
tools/clang/lib/Lex/PreprocessingRecord.cpp
  470     SrcMgr::CharacteristicKind FileType) {
tools/clang/lib/Sema/Sema.cpp
   90                            SrcMgr::CharacteristicKind FileType,
tools/clang/lib/Serialization/ASTReader.cpp
 1298       SrcMgr::CharacteristicKind FileKind
 1521     SrcMgr::CharacteristicKind
 1557     SrcMgr::CharacteristicKind
tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
  141     SrcMgr::CharacteristicKind Kind =
tools/clang/tools/extra/clang-move/Move.cpp
  137                           SrcMgr::CharacteristicKind /*FileType*/) override {
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  142     SrcMgr::CharacteristicKind FileType, FileID PrevFID = FileID()) {
  153     const Module *Imported, SrcMgr::CharacteristicKind FileType) {
  214                                                  SrcMgr::CharacteristicKind) {
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.h
   59                    SrcMgr::CharacteristicKind FileType,
   67                           SrcMgr::CharacteristicKind FileType) override;
   87                   SrcMgr::CharacteristicKind) override;
tools/clang/tools/extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.cpp
   34                           SrcMgr::CharacteristicKind FileType) override;
   63     SrcMgr::CharacteristicKind FileType) {
tools/clang/tools/extra/clang-tidy/llvm/IncludeOrderCheck.cpp
   32                           SrcMgr::CharacteristicKind FileType) override;
   81     SrcMgr::CharacteristicKind FileType) {
tools/clang/tools/extra/clang-tidy/modernize/DeprecatedHeadersCheck.cpp
   33                           SrcMgr::CharacteristicKind FileType) override;
   98     SrcMgr::CharacteristicKind FileType) {
tools/clang/tools/extra/clang-tidy/utils/HeaderGuard.cpp
   34                    SrcMgr::CharacteristicKind FileType,
tools/clang/tools/extra/clang-tidy/utils/IncludeInserter.cpp
   28                           SrcMgr::CharacteristicKind /*FileType*/) override {
tools/clang/tools/extra/clangd/CollectMacros.h
   40                    SrcMgr::CharacteristicKind, FileID) override {
tools/clang/tools/extra/clangd/Headers.cpp
   37                           SrcMgr::CharacteristicKind FileKind) override {
tools/clang/tools/extra/clangd/Headers.h
   57   SrcMgr::CharacteristicKind FileKind = SrcMgr::C_User;
tools/clang/tools/extra/clangd/ParsedAST.cpp
  156                    SrcMgr::CharacteristicKind Kind, FileID PrevFID) override {
tools/clang/tools/extra/clangd/index/IndexAction.cpp
   54                    SrcMgr::CharacteristicKind FileType,
   91                           SrcMgr::CharacteristicKind FileType) override {
  108                    SrcMgr::CharacteristicKind FileType) override {
tools/clang/tools/extra/modularize/CoverageChecker.cpp
   94                           SrcMgr::CharacteristicKind FileType) override {
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
  753                           clang::SrcMgr::CharacteristicKind FileType) override;
  756                    clang::SrcMgr::CharacteristicKind FileType,
 1292     const clang::Module *Imported, clang::SrcMgr::CharacteristicKind FileType) {
 1303     clang::SrcMgr::CharacteristicKind FileType, clang::FileID PrevFID) {
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  104                                      SrcMgr::CharacteristicKind FileType,
  117                                      SrcMgr::CharacteristicKind FileType) {
  141     const Module *Imported, SrcMgr::CharacteristicKind FileType) {
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.h
   90                    SrcMgr::CharacteristicKind FileType,
   93                    SrcMgr::CharacteristicKind FileType) override;
  101                           SrcMgr::CharacteristicKind FileType) override;
tools/clang/tools/libclang/Indexing.cpp
  248                  SrcMgr::CharacteristicKind FileType, FileID PrevFID) override {
  266                           SrcMgr::CharacteristicKind FileType) override {
tools/clang/unittests/Lex/PPCallbacksTest.cpp
   41                           SrcMgr::CharacteristicKind FileType) override {
   63   SrcMgr::CharacteristicKind FileType;
  192   SrcMgr::CharacteristicKind InclusionDirectiveCharacteristicKind(
  311   SrcMgr::CharacteristicKind Kind =
usr/include/c++/7.4.0/bits/algorithmfwd.h
  369     const _Tp&
  370     max(const _Tp&, const _Tp&);
  370     max(const _Tp&, const _Tp&);
utils/unittest/googletest/include/gtest/gtest-printers.h
  223 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) {
  276   static ::std::string Format(const ToPrint& value) {
  351     const T1& value, const T2& /* other_operand */) {
  351     const T1& value, const T2& /* other_operand */) {
  352   return FormatForComparison<T1, T2>::Format(value);
  352   return FormatForComparison<T1, T2>::Format(value);
  366 void UniversalPrint(const T& value, ::std::ostream* os);
  373                     const C& container, ::std::ostream* os) {
  439                     const T& value, ::std::ostream* os) {
  455 void PrintTo(const T& value, ::std::ostream* os) {
  478   DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
  699   static void Print(const T& value, ::std::ostream* os) {
  784   static void Print(const T& value, ::std::ostream* os) {
  856   typedef T T1;
  983   internal::UniversalTersePrinter<T>::Print(value, &ss);
utils/unittest/googletest/include/gtest/gtest.h
 1377                                    const T1& lhs, const T2& rhs) {
 1377                                    const T1& lhs, const T2& rhs) {
 1389                             const T1& lhs,
 1390                             const T2& rhs) {
 1419                                  const T1& lhs,
 1420                                  const T2& rhs) {
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
   35 auto printable(const T &V) -> decltype(StreamSwitch<T>::printable(V)) {
   37   return StreamSwitch<T>::printable(V);
   54   const T& V;
   55   friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) {
   69   static const RawStreamProxy<T> printable(const T &V) { return {V}; }
   69   static const RawStreamProxy<T> printable(const T &V) { return {V}; }
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
   94 ::std::string PrintToString(const T& value);