Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h122 const Decl *FirstDecl = nullptr, *SecondDecl = nullptr; member
/freebsd-src/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; diagnoseMismatch() local
1586 const Decl *FirstDecl = DR.FirstDecl; diagnoseMismatch() local
2024 const Decl *FirstDecl = DR.FirstDecl; diagnoseMismatch() local
2152 const Decl *FirstDecl = DR.FirstDecl; diagnoseMismatch() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp740 auto *FirstDecl = rotateLoop() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2337 Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes( ParseDeclGroup() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2817 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); VisitRedeclarable() local
H A DASTReader.cpp1662 const DeclID *FirstDecl = F->FileSortedDecls + Record[6]; ReadSLocEntry() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1035 NamedDecl *FirstDecl = Corrected.getFoundDecl(); ClassifyName() local
1215 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); ClassifyName() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3213 FirstDecl, ///< Parsing the first decl in a TU. global() enumerator