HomeSort by: relevance | last modified time | path
    Searched refs:getDeclKind (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 156 switch (getDeclKind()) {
910 Decl::Kind DK = D->getDeclKind();
995 static Decl::Kind getKind(const DeclContext *DC) { return DC->getDeclKind(); }
1171 if (getDeclKind() == Decl::Enum)
1174 return getDeclKind() == Decl::LinkageSpec || getDeclKind() == Decl::Export;
1179 while (DC->getDeclKind() != Decl::TranslationUnit) {
1180 if (DC->getDeclKind() == Decl::LinkageSpec)
1193 while (DC->getDeclKind() != Decl::TranslationUnit) {
1194 if (DC->getDeclKind() == Decl::LinkageSpec &
    [all...]
ExternalASTMerger.cpp 80 SearchResultDecl->getKind() == DC->getDeclKind())
ODRHash.cpp 538 ID.AddInteger(Function->getDeclKind());
ASTStructuralEquivalence.cpp 1289 Method1->getDeclKind() == Method2->getDeclKind() &&
Decl.cpp 305 while (DC->getDeclKind() != Decl::TranslationUnit) {
DeclCXX.cpp 2064 switch (Function->getDeclKind()) {
Expr.cpp 764 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 1853 Decl::Kind getDeclKind() const {
1893 bool isClosure() const { return getDeclKind() == Decl::Block; }
1900 switch (getDeclKind()) {
1913 switch (getDeclKind()) {
1919 return getDeclKind() >= Decl::firstFunction &&
1920 getDeclKind() <= Decl::lastFunction;
1926 return !isFunctionOrMethod() && getDeclKind() != Decl::LinkageSpec &&
1927 getDeclKind() != Decl::Export;
1931 return getDeclKind() == Decl::TranslationUnit ||
1932 getDeclKind() == Decl::Namespace
    [all...]
Decl.h 1160 return DC->isFunctionOrMethod() && DC->getDeclKind() != Decl::Block;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.cpp 286 switch (DC->getDeclKind()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 689 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl &&
690 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) {
SemaDeclObjC.cpp 3806 switch (CurContext->getDeclKind()) {
4312 switch (container->getDeclKind()) {
SemaInit.cpp 8918 if (fromDecl && destDecl && fromDecl->getDeclKind() == Decl::CXXRecord &&
8919 destDecl->getDeclKind() == Decl::CXXRecord &&
SemaDecl.cpp 14289 getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl &&
14290 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation)
16257 DC->getDeclKind() == Decl::Enum) {
SemaDeclCXX.cpp 11382 switch (CurContext->getDeclKind()) {
SemaOverload.cpp 11061 switch (Cand->Function->getDeclKind()) {

Completed in 118 milliseconds