Searched refs:setRBraceLoc (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h451 void setRBraceLoc(SourceLocation L) { RBraceLoc = L; } function in class:clang::NamespaceDecl
2633 void setRBraceLoc(SourceLocation L) { RBraceLoc = L; }
H A DDeclCXX.h2499 void setRBraceLoc(SourceLocation L) { function in class:clang::LinkageSpecDecl
H A DExpr.h3879 void setRBraceLoc(SourceLocation Loc) { RBraceLoc = Loc; } function in class:clang::StringLiteral::OffsetOfExpr
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp488 TD->setRBraceLoc(ReadSourceLocation(Record, Idx));
1121 D->setRBraceLoc(ReadSourceLocation(Record, Idx));
3259 RD->setRBraceLoc(Reader.ReadSourceLocation(ModuleFile, Record, Idx));
H A DASTReaderStmt.cpp717 E->setRBraceLoc(ReadSourceLocation(Record, Idx));
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2073 Instantiation->setRBraceLoc(Pattern->getRBraceLoc());
H A DSemaInit.cpp732 StructuredSubobjectInitList->setRBraceLoc(EndLoc);
H A DSemaTemplate.cpp7174 Specialization->setRBraceLoc(SourceLocation());
H A DSemaDeclCXX.cpp6864 Namespc->setRBraceLoc(RBrace);
11284 LSDecl->setRBraceLoc(RBraceLoc);
H A DSemaDecl.cpp11573 Tag->setRBraceLoc(RBraceLoc);

Completed in 183 milliseconds