HomeSort by relevance Sort by last modified time
    Searched refs:ColonColonLoc (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/AST/
NestedNameSpecifier.h 387 /// \param ColonColonLoc The location of the trailing '::'.
389 SourceLocation ColonColonLoc);
401 /// \param ColonColonLoc The location of the trailing '::'.
403 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
415 /// \param ColonColonLoc The location of the trailing '::'.
417 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
430 /// \param ColonColonLoc The location of the trailing '::'.
432 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
436 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
450 /// \param ColonColonLoc The location of the trailing '::'
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 536 SourceLocation ColonColonLoc) {
543 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
549 SourceLocation ColonColonLoc) {
555 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
561 SourceLocation ColonColonLoc) {
567 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
573 SourceLocation ColonColonLoc) {
578 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
582 SourceLocation ColonColonLoc) {
587 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity)
    [all...]
ExprCXX.cpp 238 SourceLocation ColonColonLoc, SourceLocation TildeLoc,
267 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc),
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 58 TypeLoc TL, SourceLocation ColonColonLoc) {
59 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
62 Range.setEnd(ColonColonLoc);
70 SourceLocation ColonColonLoc) {
71 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
75 Range.setEnd(ColonColonLoc);
83 SourceLocation ColonColonLoc) {
84 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
88 Range.setEnd(ColonColonLoc);
96 SourceLocation ColonColonLoc) {
    [all...]
SemaCXXScopeSpec.cpp 254 SourceLocation ColonColonLoc,
280 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc);
813 SourceLocation ColonColonLoc) {
830 ColonColonLoc);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 94 /// \param ColonColonLoc The location of the trailing '::'.
96 SourceLocation ColonColonLoc);
108 /// \param ColonColonLoc The location of the trailing '::'.
110 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
122 /// \param ColonColonLoc The location of the trailing '::'.
124 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
137 /// \param ColonColonLoc The location of the trailing '::'.
139 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
143 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
157 /// \param ColonColonLoc The location of the trailing '::'
    [all...]
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTReaderStmt.cpp     [all...]

Completed in 191 milliseconds