HomeSort by relevance Sort by last modified time
    Searched defs:isFunctionOrMethod (Results 1 - 17 of 17) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h 405 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 407 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclBase.h 408 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclBase.h 408 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclBase.h 427 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclBase.h 427 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclBase.h 427 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclBase.h 427 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 407 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclBase.h 408 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclBase.h 408 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclBase.h 427 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclBase.h 427 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclBase.h 427 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclBase.h 427 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 52 /// isFunctionOrMethod - Return true if the given decl has function
55 static bool isFunctionOrMethod(const Decl *D) {
62 return isFunctionOrMethod(D) || isa<BlockDecl>(D);
75 /// isFunctionOrMethod or isFunctionOrMethodOrBlock.
    [all...]
SemaType.cpp     [all...]

Completed in 928 milliseconds