Home
last modified time | relevance | path

Searched defs:FirstDecl (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h122 const Decl *FirstDecl = nullptr, *SecondDecl = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp834 const NamedDecl *FirstDecl = std::get<0>(Pair); in diagnoseMismatch() local
911 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
1591 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
2029 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
2157 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp769 auto *FirstDecl = in rotateLoop() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2515 Decl *FirstDecl = in ParseDeclGroup() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2803 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable() local
H A DASTReader.cpp1702 const unaligned_decl_id_t *FirstDecl = F->FileSortedDecls + Record[6]; in ReadSLocEntry() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp970 NamedDecl *FirstDecl = Corrected.getFoundDecl(); in ClassifyName() local
1148 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); in ClassifyName() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9625 FirstDecl, ///< Parsing the first decl in a TU. enumerator