Searched defs:setRBraceLoc (Results 1 - 3 of 3) 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

Completed in 931 milliseconds