HomeSort by relevance Sort by last modified time
    Searched refs:NamedDecl (Results 126 - 150 of 174) sorted by null

1 2 3 4 56 7

  /frameworks/compile/slang/
slang_rs_export_type.h 238 clang::QualType QT, clang::NamedDecl *ND,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 294 const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(getDecl());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 66 class NamedDecl;
635 void setGlobalVisibility(llvm::GlobalValue *GV, const NamedDecl *D) const;
    [all...]
CGDecl.cpp 159 const NamedDecl *ND = cast<NamedDecl>(&D);
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 25 NamedDecl *Parser::ParseCXXInlineMethodDef(AccessSpecifier AS,
42 NamedDecl *FnD;
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 43 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl,
910 NamedDecl *&Match, bool NewIsUsingDecl) {
913 NamedDecl *OldD = *I;
    [all...]
SemaChecking.cpp 729 const NamedDecl *FDecl,
756 void Sema::checkCall(NamedDecl *FDecl, ArrayRef<const Expr *> Args,
868 bool Sema::CheckPointerCall(NamedDecl *NDecl, CallExpr *TheCall,
    [all...]
SemaExpr.cpp 50 bool Sema::CanUseDecl(NamedDecl *D) {
75 static void DiagnoseUnusedOfDecl(Sema &S, NamedDecl *D, SourceLocation Loc) {
85 NamedDecl *D, SourceLocation Loc,
196 const NamedDecl *D,
262 bool Sema::DiagnoseUseOfDecl(NamedDecl *D, SourceLocation Loc,
333 void Sema::DiagnoseSentinelCalls(NamedDecl *D, SourceLocation Loc,
514 NamedDecl *ObjectSetClass =
529 NamedDecl *ObjectGetClass =
589 NamedDecl *ObjectGetClass = LookupSingleName(TUScope,
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 445 E->getInternalFoundDecl() = ReadDeclAs<NamedDecl>(Record, Idx);
    [all...]
ASTWriterDecl.cpp 53 void VisitNamedDecl(NamedDecl *D);
203 void ASTDeclWriter::VisitNamedDecl(NamedDecl *D) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 465 NamedDecl *Member = E->getMemberDecl();
DeclPrinter.cpp     [all...]
TypePrinter.cpp 97 void printTypeSpec(const NamedDecl *D, raw_ostream &OS);
744 void TypePrinter::printTypeSpec(const NamedDecl *D, raw_ostream &OS) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 268 static unsigned getDeclShowContexts(const NamedDecl *ND,
274 ND = dyn_cast<NamedDecl>(ND->getUnderlyingDecl());
802 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 204 const NamedDecl *ND = DR->getDecl();
  /external/lldb/source/DataFormatters/
NSDictionary.cpp 50 for (clang::NamedDecl *named_decl : result)
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 52 const clang::NamedDecl* decl,
67 static bool InV8Namespace(const clang::NamedDecl* decl) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 173 const NamedDecl *ND = dyn_cast<NamedDecl>(CP->getCallee());
    [all...]
ExprEngine.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 396 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
399 void RewriteBlockPointerDecl(NamedDecl *VD);
500 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
624 NamedDecl *D) {
636 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
    [all...]

Completed in 1516 milliseconds

1 2 3 4 56 7