Searched refs:BeginOpNameLoc (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclarationName.h402 unsigned BeginOpNameLoc; member in struct:clang::DeclarationNameLoc::CXXOpName
485 SourceLocation::getFromRawEncoding(LocInfo.CXXOperatorName.BeginOpNameLoc),
493 LocInfo.CXXOperatorName.BeginOpNameLoc = R.getBegin().getRawEncoding();
/external/clang/lib/AST/
H A DDeclarationName.cpp461 CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
H A DASTContext.cpp4021 DNLoc.CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
/external/clang/lib/Sema/
H A DSemaLambda.cpp382 MethodNameLoc.CXXOperatorName.BeginOpNameLoc
H A DTreeTransform.h10131 NameLoc.CXXOperatorName.BeginOpNameLoc);
H A DSemaDecl.cpp4034 NameInfo.getInfo().CXXOperatorName.BeginOpNameLoc
/external/clang/lib/Serialization/
H A DASTWriter.cpp4977 SourceLocation::getFromRawEncoding(DNLoc.CXXOperatorName.BeginOpNameLoc),
H A DASTReader.cpp7469 DNLoc.CXXOperatorName.BeginOpNameLoc
/external/clang/tools/libclang/
H A DCIndex.cpp2592 NI.getInfo().CXXOperatorName.BeginOpNameLoc));

Completed in 763 milliseconds