HomeSort by: relevance | last modified time | path
    Searched defs:getPointOfInstantiation (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h 557 SourceLocation getPointOfInstantiation() const {
659 SourceLocation getPointOfInstantiation() const {
1936 SourceLocation getPointOfInstantiation() const {
2788 SourceLocation getPointOfInstantiation() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 2623 SourceLocation VarDecl::getPointOfInstantiation() const {
2625 return Spec->getPointOfInstantiation();
2628 return MSI->getPointOfInstantiation();
2697 Spec->getPointOfInstantiation().isInvalid()) {
2705 MSI->getPointOfInstantiation().isInvalid()) {
3939 FTSInfo->getPointOfInstantiation().isInvalid()) {
3949 MSInfo->getPointOfInstantiation().isInvalid()) {
3958 SourceLocation FunctionDecl::getPointOfInstantiation() const {
3962 return FTSInfo->getPointOfInstantiation();
3965 return MSInfo->getPointOfInstantiation();
    [all...]

Completed in 22 milliseconds